Version

SeriesViewer<T,M,A> Class

wrapper around SeriesViewerModel class A wrapper to provide a fluent interface for a SeriesViewer.
Syntax
'Declaration
 
Public MustInherit Class SeriesViewer
    (Of T As Class,
     M As {New, SeriesViewerModel},
     A As SeriesViewer(Of T,M,A)) 
public abstract class SeriesViewer<T,M,A> 
where T: class
where M: new(), SeriesViewerModel
where A: SeriesViewer<T,M,A>
Type Parameters
T
The type of the data items in the data source.
M
The type of the model for this wrapper.
A
The actual concrete wrapper type.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub